home *** CD-ROM | disk | FTP | other *** search
/ NetNews Offline 2 / NetNews Offline Volume 2.iso / news / comp / sys / amiga / programmer / 1649 / text0000.txt < prev   
Encoding:
Text File  |  1996-08-05  |  591 b   |  30 lines

  1. bec1@ukc.ac.uk (Ben Clifton) wrote:
  2. >
  3. >Rename RAM:j6034.html DH0:GFX/MPEGS/MoonLanding.mpeg
  4.  
  5. DON'T use this!!!! It will return an error stating something like:
  6.  
  7. ->Can't rename across devices.<- (Sorry for my spelling)
  8.  
  9. >Simple.
  10. >
  11. >The rename syntax is
  12. >
  13. >Rename fromfile tofile
  14.  
  15. Correct, but keep it on the same device... i.e.
  16.  
  17. Wrong:   rename df0:xxxx df0:xxxy (different deviced df0: != hd0:)
  18.  
  19. Right:   rename df0:xxxx df0:zzz/xxxxt (renaming to a sub directory)
  20.  
  21. >>Thanks much, in advance.
  22. >
  23. >Your welcome.
  24. >
  25.  
  26. Hope it will be of some use.
  27.  
  28. /Anders Martensson, University of Lund, Sweden
  29.  
  30.